Interface WirelessHeader

All Superinterfaces:
Header, IPCData, Pdu, Signal
All Known Implementing Classes:
WirelessHeaderImpl

public interface WirelessHeader extends Header
  • Method Details

    • getFrameControl

      Short getFrameControl()
      Returns:
      Short Returns a Short
    • setFrameControl

      void setFrameControl(Short frameControl)
      Parameters:
      frameControl - Takes in a parameter of frameControl
    • getDuration

      Short getDuration()
      Returns:
      Short Returns a Short
    • setDuration

      void setDuration(Short duration)
      Parameters:
      duration - Takes in a parameter of duration
    • getId

      Short getId()
      Returns:
      Short Returns a Short
    • setId

      void setId(Short id)
      Parameters:
      id - Takes in a parameter of id
    • getMacAddress1

      MACAddress getMacAddress1()
      Returns:
      MACAddress Returns a MACAddress
    • setMacAddress1

      void setMacAddress1(MACAddress macAddress1)
      Parameters:
      macAddress1 - Takes in a parameter of macAddress1
    • getMacAddress2

      MACAddress getMacAddress2()
      Returns:
      MACAddress Returns a MACAddress
    • setMacAddress2

      void setMacAddress2(MACAddress macAddress2)
      Parameters:
      macAddress2 - Takes in a parameter of macAddress2
    • getMacAddress3

      MACAddress getMacAddress3()
      Returns:
      MACAddress Returns a MACAddress
    • setMacAddress3

      void setMacAddress3(MACAddress macAddress3)
      Parameters:
      macAddress3 - Takes in a parameter of macAddress3
    • getSequenceControl

      Short getSequenceControl()
      Returns:
      Short Returns a Short
    • setSequenceControl

      void setSequenceControl(Short sequenceControl)
      Parameters:
      sequenceControl - Takes in a parameter of sequenceControl
    • getMacAddress4

      MACAddress getMacAddress4()
      Returns:
      MACAddress Returns a MACAddress
    • setMacAddress4

      void setMacAddress4(MACAddress macAddress4)
      Parameters:
      macAddress4 - Takes in a parameter of macAddress4
    • getCrc

      int getCrc()
      Returns:
      int Returns a int
    • setCrc

      void setCrc(int crc)
      Parameters:
      crc - Takes in a parameter of crc
    • getTransportSsid

      String getTransportSsid()
      Returns:
      String Returns a String
    • setTransportSsid

      void setTransportSsid(String transportSsid)
      Parameters:
      transportSsid - Takes in a parameter of transportSsid